﻿2026-06-21T07:19:17.3712353Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T07:19:17.3713183Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T07:19:17.3713471Z [36;1m$PIN = "0c95435"[0m
2026-06-21T07:19:17.3713738Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T07:19:17.3714008Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T07:19:17.3714364Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T07:19:17.3714740Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T07:19:17.3715071Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T07:19:17.3715348Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T07:19:17.3715576Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T07:19:17.3715863Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T07:19:17.3716153Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T07:19:17.3716431Z [36;1m}[0m
2026-06-21T07:19:17.3716623Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T07:19:17.3716876Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T07:19:17.3784518Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T07:19:17.3784799Z ##[endgroup]
2026-06-21T07:19:24.4440077Z    Compiling proc-macro2 v1.0.106
2026-06-21T07:19:24.4440494Z    Compiling quote v1.0.45
2026-06-21T07:19:24.4440842Z    Compiling unicode-ident v1.0.24
2026-06-21T07:19:24.4441089Z    Compiling cfg-if v1.0.4
2026-06-21T07:19:24.4441402Z    Compiling serde_core v1.0.228
2026-06-21T07:19:24.4441778Z    Compiling serde v1.0.228
2026-06-21T07:19:24.4442073Z    Compiling windows-link v0.2.1
2026-06-21T07:19:24.4442396Z    Compiling getrandom v0.3.4
2026-06-21T07:19:24.4442664Z    Compiling portable-atomic v1.13.1
2026-06-21T07:19:24.4443236Z    Compiling typenum v1.20.1
2026-06-21T07:19:24.4443574Z    Compiling version_check v0.9.5
2026-06-21T07:19:24.4444028Z    Compiling pin-project-lite v0.2.17
2026-06-21T07:19:24.4444446Z    Compiling critical-section v1.2.0
2026-06-21T07:19:24.4444988Z    Compiling shlex v2.0.1
2026-06-21T07:19:24.4445467Z    Compiling memchr v2.8.1
2026-06-21T07:19:24.4445899Z    Compiling find-msvc-tools v0.1.9
2026-06-21T07:19:24.5738663Z    Compiling windows-sys v0.61.2
2026-06-21T07:19:24.5742224Z    Compiling subtle v2.6.1
2026-06-21T07:19:24.5886968Z    Compiling futures-core v0.3.32
2026-06-21T07:19:24.5956107Z    Compiling smallvec v1.15.1
2026-06-21T07:19:24.6244915Z    Compiling equivalent v1.0.2
2026-06-21T07:19:24.7488183Z    Compiling bytes v1.11.1
2026-06-21T07:19:24.7615301Z    Compiling itoa v1.0.18
2026-06-21T07:19:24.8254742Z    Compiling semver v1.0.28
2026-06-21T07:19:24.8528130Z    Compiling stable_deref_trait v1.2.1
2026-06-21T07:19:24.8830555Z    Compiling log v0.4.32
2026-06-21T07:19:24.9283990Z    Compiling slab v0.4.12
2026-06-21T07:19:24.9542630Z    Compiling generic-array v0.14.7
2026-06-21T07:19:24.9860285Z    Compiling futures-io v0.3.32
2026-06-21T07:19:25.0266196Z    Compiling futures-sink v0.3.32
2026-06-21T07:19:25.0794882Z    Compiling futures-task v0.3.32
2026-06-21T07:19:25.2457414Z    Compiling rustc_version v0.4.1
2026-06-21T07:19:25.2554050Z    Compiling futures-channel v0.3.32
2026-06-21T07:19:25.2860736Z    Compiling hashbrown v0.17.1
2026-06-21T07:19:25.3065379Z    Compiling rustversion v1.0.22
2026-06-21T07:19:25.3175757Z    Compiling getrandom v0.2.17
2026-06-21T07:19:25.3449074Z    Compiling cpufeatures v0.2.17
2026-06-21T07:19:25.5110557Z    Compiling fnv v1.0.7
2026-06-21T07:19:25.5835386Z    Compiling libc v0.2.186
2026-06-21T07:19:25.6373412Z    Compiling cfg_aliases v0.2.1
2026-06-21T07:19:25.6452285Z    Compiling strsim v0.11.1
2026-06-21T07:19:25.7487091Z    Compiling rand_core v0.10.1
2026-06-21T07:19:25.8326908Z    Compiling writeable v0.6.3
2026-06-21T07:19:25.9034378Z    Compiling jobserver v0.1.34
2026-06-21T07:19:25.9398725Z    Compiling litemap v0.8.2
2026-06-21T07:19:25.9402095Z    Compiling autocfg v1.5.1
2026-06-21T07:19:25.9847205Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T07:19:26.0363579Z    Compiling getrandom v0.4.2
2026-06-21T07:19:26.0746564Z    Compiling utf8_iter v1.0.4
2026-06-21T07:19:26.1053119Z    Compiling cc v1.2.63
2026-06-21T07:19:26.2006990Z    Compiling icu_properties_data v2.2.0
2026-06-21T07:19:26.2468971Z    Compiling fs_extra v1.3.0
2026-06-21T07:19:26.3706849Z    Compiling dunce v1.0.5
2026-06-21T07:19:26.3826805Z    Compiling ident_case v1.0.1
2026-06-21T07:19:27.5164468Z    Compiling crypto-common v0.1.7
2026-06-21T07:19:27.5303511Z    Compiling indexmap v2.14.0
2026-06-21T07:19:28.1013580Z    Compiling syn v2.0.117
2026-06-21T07:19:28.1348953Z    Compiling percent-encoding v2.3.2
2026-06-21T07:19:28.1349654Z    Compiling http v1.4.1
2026-06-21T07:19:28.1670405Z    Compiling unicode-segmentation v1.13.3
2026-06-21T07:19:28.2062382Z    Compiling thiserror v2.0.18
2026-06-21T07:19:28.2411789Z    Compiling cmake v0.1.58
2026-06-21T07:19:28.2597317Z    Compiling cpufeatures v0.3.0
2026-06-21T07:19:28.4294234Z    Compiling aws-lc-rs v1.17.0
2026-06-21T07:19:28.5079733Z    Compiling scopeguard v1.2.0
2026-06-21T07:19:28.5457316Z    Compiling form_urlencoded v1.2.2
2026-06-21T07:19:28.5761253Z    Compiling lock_api v0.4.14
2026-06-21T07:19:28.6101790Z    Compiling chacha20 v0.10.0
2026-06-21T07:19:28.6210218Z    Compiling block-buffer v0.10.4
2026-06-21T07:19:28.6680000Z    Compiling winapi v0.3.9
2026-06-21T07:19:28.7010749Z    Compiling bitflags v2.12.1
2026-06-21T07:19:28.7839231Z    Compiling untrusted v0.9.0
2026-06-21T07:19:28.8063213Z    Compiling digest v0.10.7
2026-06-21T07:19:28.8228292Z    Compiling num-traits v0.2.19
2026-06-21T07:19:28.9336006Z    Compiling rand v0.10.1
2026-06-21T07:19:28.9441266Z    Compiling windows-result v0.4.1
2026-06-21T07:19:28.9564834Z    Compiling windows-strings v0.5.1
2026-06-21T07:19:28.9613092Z    Compiling heck v0.5.0
2026-06-21T07:19:29.0176069Z    Compiling rustls v0.23.40
2026-06-21T07:19:29.0535292Z    Compiling convert_case v0.10.0
2026-06-21T07:19:29.0563767Z    Compiling unicode-xid v0.2.6
2026-06-21T07:19:29.2444412Z    Compiling anyhow v1.0.102
2026-06-21T07:19:29.2815431Z    Compiling atomic-waker v1.1.2
2026-06-21T07:19:29.2978579Z    Compiling const-oid v0.10.2
2026-06-21T07:19:29.3196199Z    Compiling httparse v1.10.1
2026-06-21T07:19:29.3229414Z    Compiling aws-lc-sys v0.41.0
2026-06-21T07:19:29.3536237Z    Compiling ring v0.17.14
2026-06-21T07:19:29.4384347Z    Compiling zerocopy v0.8.50
2026-06-21T07:19:29.4596314Z    Compiling parking_lot_core v0.9.12
2026-06-21T07:19:29.4943898Z    Compiling http-body v1.0.1
2026-06-21T07:19:29.6168977Z    Compiling curve25519-dalek v4.1.3
2026-06-21T07:19:29.7149627Z    Compiling hybrid-array v0.4.12
2026-06-21T07:19:29.7464156Z    Compiling ahash v0.8.12
2026-06-21T07:19:29.9288017Z    Compiling base64ct v1.8.3
2026-06-21T07:19:29.9543464Z    Compiling either v1.16.0
2026-06-21T07:19:29.9950010Z    Compiling fastrand v2.4.1
2026-06-21T07:19:30.1190131Z    Compiling powerfmt v0.2.0
2026-06-21T07:19:30.4136546Z    Compiling deranged v0.5.8
2026-06-21T07:19:30.4225489Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T07:19:30.4641333Z    Compiling rand_core v0.6.4
2026-06-21T07:19:30.4835388Z    Compiling pkg-config v0.3.33
2026-06-21T07:19:30.5069290Z    Compiling tower-service v0.3.3
2026-06-21T07:19:30.5775255Z    Compiling vcpkg v0.2.15
2026-06-21T07:19:30.6215636Z    Compiling zmij v1.0.21
2026-06-21T07:19:30.6349133Z    Compiling data-encoding v2.11.0
2026-06-21T07:19:30.7881084Z    Compiling try-lock v0.2.5
2026-06-21T07:19:30.9056972Z    Compiling num-conv v0.2.2
2026-06-21T07:19:30.9492330Z    Compiling tinyvec_macros v0.1.1
2026-06-21T07:19:30.9541053Z    Compiling time-core v0.1.8
2026-06-21T07:19:30.9738032Z    Compiling base64 v0.22.1
2026-06-21T07:19:31.0323712Z    Compiling tinyvec v1.11.0
2026-06-21T07:19:31.1680562Z    Compiling want v0.3.1
2026-06-21T07:19:31.1904203Z    Compiling parking_lot v0.12.5
2026-06-21T07:19:31.2413260Z    Compiling block-buffer v0.12.0
2026-06-21T07:19:31.2666219Z    Compiling crypto-common v0.2.2
2026-06-21T07:19:31.3891192Z    Compiling sha2 v0.10.9
2026-06-21T07:19:31.4501312Z    Compiling vergen-lib v9.1.0
2026-06-21T07:19:31.4785209Z    Compiling inout v0.1.4
2026-06-21T07:19:31.5545812Z    Compiling socket2 v0.6.4
2026-06-21T07:19:31.5820790Z    Compiling mio v1.2.1
2026-06-21T07:19:31.5885814Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T07:19:31.6847287Z    Compiling n0-future v0.3.2
2026-06-21T07:19:31.7844025Z    Compiling httpdate v1.0.3
2026-06-21T07:19:31.7844564Z    Compiling signature v2.2.0
2026-06-21T07:19:32.1694240Z    Compiling spin v0.10.0
2026-06-21T07:19:32.2346865Z    Compiling cordyceps v0.3.4
2026-06-21T07:19:32.2377094Z    Compiling serde_json v1.0.150
2026-06-21T07:19:32.2631032Z    Compiling winnow v1.0.3
2026-06-21T07:19:32.2795307Z    Compiling crossbeam-utils v0.8.21
2026-06-21T07:19:32.2876815Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T07:19:32.3449626Z    Compiling diatomic-waker v0.2.3
2026-06-21T07:19:32.4059422Z    Compiling parking v2.2.1
2026-06-21T07:19:32.6132296Z    Compiling futures-buffered v0.2.13
2026-06-21T07:19:32.6235445Z    Compiling futures-lite v2.6.1
2026-06-21T07:19:32.6435082Z    Compiling digest v0.11.3
2026-06-21T07:19:32.6519472Z    Compiling ed25519 v2.2.3
2026-06-21T07:19:32.6911618Z    Compiling cipher v0.4.4
2026-06-21T07:19:32.7971355Z    Compiling vergen-lib v0.1.6
2026-06-21T07:19:32.9568273Z    Compiling vergen v9.1.0
2026-06-21T07:19:32.9890940Z    Compiling universal-hash v0.5.1
2026-06-21T07:19:33.0392676Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T07:19:33.0632799Z    Compiling heapless v0.7.17
2026-06-21T07:19:33.0672487Z    Compiling noq-udp v0.10.0
2026-06-21T07:19:33.1281365Z    Compiling sync_wrapper v1.0.2
2026-06-21T07:19:33.1894607Z    Compiling synstructure v0.13.2
2026-06-21T07:19:33.2130797Z    Compiling darling_core v0.20.11
2026-06-21T07:19:33.2760417Z    Compiling opaque-debug v0.3.1
2026-06-21T07:19:33.2841015Z    Compiling byteorder v1.5.0
2026-06-21T07:19:33.3005949Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T07:19:33.3704825Z    Compiling allocator-api2 v0.2.21
2026-06-21T07:19:33.4924506Z    Compiling hash32 v0.2.1
2026-06-21T07:19:33.5346027Z    Compiling polyval v0.6.2
2026-06-21T07:19:33.7200926Z    Compiling spin v0.9.8
2026-06-21T07:19:33.7790277Z    Compiling vergen-gitcl v1.0.8
2026-06-21T07:19:33.7997591Z    Compiling windows-threading v0.2.1
2026-06-21T07:19:33.9292651Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T07:19:33.9837495Z    Compiling tower-layer v0.3.3
2026-06-21T07:19:34.0132130Z    Compiling signature v3.0.0
2026-06-21T07:19:34.0211020Z    Compiling fallible-iterator v0.3.0
2026-06-21T07:19:34.0640138Z    Compiling ryu v1.0.23
2026-06-21T07:19:34.0640820Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T07:19:34.1481739Z    Compiling ghash v0.5.1
2026-06-21T07:19:34.2470716Z    Compiling windows-targets v0.52.6
2026-06-21T07:19:34.2535126Z    Compiling aes v0.8.4
2026-06-21T07:19:34.2900821Z    Compiling ctr v0.9.2
2026-06-21T07:19:34.3256203Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T07:19:34.3614762Z    Compiling fs2 v0.4.3
2026-06-21T07:19:34.4430442Z    Compiling time v0.3.47
2026-06-21T07:19:34.4591140Z    Compiling http-body-util v0.1.3
2026-06-21T07:19:34.4665175Z    Compiling aead v0.5.2
2026-06-21T07:19:34.5597325Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T07:19:34.6281646Z    Compiling ipconfig v0.3.4
2026-06-21T07:19:34.6586976Z    Compiling widestring v1.2.1
2026-06-21T07:19:34.8583066Z    Compiling aes-gcm v0.10.3
2026-06-21T07:19:34.9399968Z    Compiling windows-sys v0.59.0
2026-06-21T07:19:34.9434531Z    Compiling crossbeam-channel v0.5.15
2026-06-21T07:19:34.9805042Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T07:19:35.0287118Z    Compiling blake3 v1.8.5
2026-06-21T07:19:35.1258606Z    Compiling windows-registry v0.6.1
2026-06-21T07:19:35.2521604Z    Compiling uuid v1.23.2
2026-06-21T07:19:35.4838071Z    Compiling memoffset v0.6.5
2026-06-21T07:19:35.6694902Z    Compiling proc-macro-crate v3.5.0
2026-06-21T07:19:35.6892940Z    Compiling acto v0.8.2
2026-06-21T07:19:35.8564498Z    Compiling netwatch v0.16.0
2026-06-21T07:19:35.8927351Z    Compiling noq v0.18.0
2026-06-21T07:19:35.9347316Z    Compiling foldhash v0.2.0
2026-06-21T07:19:35.9398869Z    Compiling thiserror v1.0.69
2026-06-21T07:19:36.0358308Z    Compiling rustc-hash v2.1.2
2026-06-21T07:19:36.1073334Z    Compiling serde_derive v1.0.228
2026-06-21T07:19:36.1677335Z    Compiling zeroize_derive v1.4.3
2026-06-21T07:19:36.1677813Z    Compiling zerofrom-derive v0.1.7
2026-06-21T07:19:36.1926752Z    Compiling yoke-derive v0.8.2
2026-06-21T07:19:36.1946419Z    Compiling tokio-macros v2.7.0
2026-06-21T07:19:36.2146152Z    Compiling futures-macro v0.3.32
2026-06-21T07:19:36.2223538Z    Compiling zerovec-derive v0.11.3
2026-06-21T07:19:36.3820861Z    Compiling displaydoc v0.2.6
2026-06-21T07:19:36.4270412Z    Compiling tracing-attributes v0.1.31
2026-06-21T07:19:36.7054154Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T07:19:36.8381209Z    Compiling thiserror-impl v2.0.18
2026-06-21T07:19:37.0677284Z    Compiling zeroize v1.8.2
2026-06-21T07:19:37.2112616Z    Compiling tokio v1.52.3
2026-06-21T07:19:37.3960888Z    Compiling futures-util v0.3.32
2026-06-21T07:19:37.4572678Z    Compiling rustls-pki-types v1.14.1
2026-06-21T07:19:37.4694550Z    Compiling derive_more-impl v2.1.1
2026-06-21T07:19:37.5867097Z    Compiling darling_macro v0.20.11
2026-06-21T07:19:37.5869385Z    Compiling n0-error-macros v0.1.3
2026-06-21T07:19:37.6327168Z    Compiling windows-implement v0.60.2
2026-06-21T07:19:38.2822382Z    Compiling spez v0.1.2
2026-06-21T07:19:38.5885219Z    Compiling windows-interface v0.59.3
2026-06-21T07:19:38.8014207Z    Compiling zerofrom v0.1.8
2026-06-21T07:19:38.8527897Z    Compiling darling v0.20.11
2026-06-21T07:19:38.8646731Z    Compiling der v0.8.0-rc.10
2026-06-21T07:19:38.8647223Z    Compiling pin-project-internal v1.1.13
2026-06-21T07:19:38.9408958Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T07:19:39.0487483Z    Compiling postcard-derive v0.2.2
2026-06-21T07:19:39.1282275Z    Compiling yoke v0.8.3
2026-06-21T07:19:39.1476200Z    Compiling derive_builder_core v0.20.2
2026-06-21T07:19:39.2756885Z    Compiling n0-error v0.1.3
2026-06-21T07:19:39.3697314Z    Compiling cobs v0.3.0
2026-06-21T07:19:39.4832907Z    Compiling data-encoding-macro v0.1.20
2026-06-21T07:19:39.4924714Z    Compiling windows-core v0.62.2
2026-06-21T07:19:39.6153052Z    Compiling zerovec v0.11.6
2026-06-21T07:19:39.6284903Z    Compiling zerotrie v0.2.4
2026-06-21T07:19:39.6852321Z    Compiling num_enum_derive v0.7.6
2026-06-21T07:19:39.7795289Z    Compiling enum-assoc v1.3.0
2026-06-21T07:19:39.9875374Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T07:19:40.2091589Z    Compiling strum_macros v0.28.0
2026-06-21T07:19:40.3542131Z    Compiling ed25519-dalek v2.2.0
2026-06-21T07:19:40.3789943Z    Compiling pin-project v1.1.13
2026-06-21T07:19:40.5741499Z    Compiling tinystr v0.8.3
2026-06-21T07:19:40.5773769Z    Compiling potential_utf v0.1.5
2026-06-21T07:19:40.6281648Z    Compiling derive_builder_macro v0.20.2
2026-06-21T07:19:40.6428282Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T07:19:40.6691678Z    Compiling windows-collections v0.3.2
2026-06-21T07:19:40.8188455Z    Compiling icu_collections v2.2.0
2026-06-21T07:19:40.8333992Z    Compiling icu_locale_core v2.2.0
2026-06-21T07:19:40.9305860Z    Compiling spki v0.8.0-rc.4
2026-06-21T07:19:40.9700922Z    Compiling windows-future v0.3.2
2026-06-21T07:19:40.9707189Z    Compiling windows-numerics v0.3.1
2026-06-21T07:19:41.0815246Z    Compiling derive_builder v0.20.2
2026-06-21T07:19:41.2741127Z    Compiling ipnet v2.12.0
2026-06-21T07:19:41.2873336Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T07:19:41.6658877Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T07:19:41.7800339Z    Compiling prefix-trie v0.8.4
2026-06-21T07:19:41.8609379Z    Compiling windows v0.62.2
2026-06-21T07:19:42.0025235Z    Compiling once_cell v1.21.4
2026-06-21T07:19:42.0175563Z    Compiling chrono v0.4.45
2026-06-21T07:19:42.4207866Z    Compiling tracing-core v0.1.36
2026-06-21T07:19:42.4290669Z    Compiling async-trait v0.1.89
2026-06-21T07:19:42.7073835Z    Compiling icu_provider v2.2.0
2026-06-21T07:19:42.7326334Z    Compiling hashbrown v0.14.5
2026-06-21T07:19:42.7902477Z    Compiling postcard v1.1.3
2026-06-21T07:19:42.8211772Z    Compiling lru-slab v0.1.2
2026-06-21T07:19:43.0096673Z    Compiling tracing v0.1.44
2026-06-21T07:19:43.0415347Z    Compiling derive_more v2.1.1
2026-06-21T07:19:43.1255235Z    Compiling icu_properties v2.2.0
2026-06-21T07:19:43.3343448Z    Compiling icu_normalizer v2.2.0
2026-06-21T07:19:43.3811287Z    Compiling futures-executor v0.3.32
2026-06-21T07:19:43.3819409Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T07:19:43.5433246Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T07:19:43.5434679Z    Compiling tagptr v0.2.0
2026-06-21T07:19:43.6166159Z    Compiling futures v0.3.32
2026-06-21T07:19:43.6428059Z    Compiling hashlink v0.9.1
2026-06-21T07:19:43.7493977Z    Compiling ref-cast v1.0.25
2026-06-21T07:19:43.7652293Z    Compiling mac-addr v0.3.0
2026-06-21T07:19:43.8351046Z    Compiling xml-rs v0.8.28
2026-06-21T07:19:43.8471175Z    Compiling identity-hash v0.1.0
2026-06-21T07:19:43.8996294Z    Compiling moka v0.12.15
2026-06-21T07:19:43.9056101Z    Compiling iroh-metrics v0.38.3
2026-06-21T07:19:44.0193233Z    Compiling netdev v0.42.0
2026-06-21T07:19:44.0514500Z    Compiling strum v0.28.0
2026-06-21T07:19:44.0554279Z    Compiling iroh-relay v0.98.0
2026-06-21T07:19:44.0593951Z    Compiling toml_datetime v0.6.11
2026-06-21T07:19:44.1692559Z    Compiling rusqlite v0.32.1
2026-06-21T07:19:44.1708600Z    Compiling serde_spanned v0.6.9
2026-06-21T07:19:44.3238366Z    Compiling num_enum v0.7.6
2026-06-21T07:19:44.5598306Z    Compiling idna_adapter v1.2.2
2026-06-21T07:19:44.6121516Z    Compiling hashbrown v0.16.1
2026-06-21T07:19:44.6243364Z    Compiling thiserror-impl v1.0.69
2026-06-21T07:19:44.6311595Z    Compiling ref-cast-impl v1.0.25
2026-06-21T07:19:44.8121683Z    Compiling idna v1.1.0
2026-06-21T07:19:44.8670260Z    Compiling serde_derive_internals v0.29.1
2026-06-21T07:19:45.1312038Z    Compiling xmltree v0.10.3
2026-06-21T07:19:45.2611886Z    Compiling simple-dns v0.9.3
2026-06-21T07:19:45.3647150Z    Compiling url v2.5.8
2026-06-21T07:19:45.3786468Z    Compiling serial-core v0.4.0
2026-06-21T07:19:45.5524075Z    Compiling tokio-util v0.7.18
2026-06-21T07:19:45.5847864Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T07:19:45.5994556Z    Compiling tower v0.5.3
2026-06-21T07:19:45.6210754Z    Compiling aho-corasick v1.1.4
2026-06-21T07:19:45.6386180Z    Compiling arrayref v0.3.9
2026-06-21T07:19:45.7434006Z    Compiling resolv-conf v0.7.6
2026-06-21T07:19:45.9089530Z    Compiling sha1_smol v1.0.1
2026-06-21T07:19:46.2831554Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T07:19:46.2832151Z    Compiling attohttpc v0.30.1
2026-06-21T07:19:46.3158038Z    Compiling iroh-base v0.98.0
2026-06-21T07:19:46.3340052Z    Compiling winreg v0.10.1
2026-06-21T07:19:46.4060640Z    Compiling simdutf8 v0.1.5
2026-06-21T07:19:46.4194095Z    Compiling constant_time_eq v0.4.2
2026-06-21T07:19:46.5475388Z    Compiling winnow v0.7.15
2026-06-21T07:19:46.6435367Z    Compiling tower-http v0.6.11
2026-06-21T07:19:46.7403920Z    Compiling regex-syntax v0.8.10
2026-06-21T07:19:46.7702691Z    Compiling toml_write v0.1.2
2026-06-21T07:19:46.8432856Z    Compiling h2 v0.4.14
2026-06-21T07:19:47.0832294Z    Compiling tokio-stream v0.1.18
2026-06-21T07:19:47.2399705Z    Compiling n0-watcher v0.6.1
2026-06-21T07:19:47.3018854Z    Compiling arrayvec v0.7.6
2026-06-21T07:19:47.4772693Z    Compiling smol_str v0.1.24
2026-06-21T07:19:47.5838267Z    Compiling iroh-dns v0.98.0
2026-06-21T07:19:48.2753449Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T07:19:48.3270698Z    Compiling schemars_derive v1.2.1
2026-06-21T07:19:48.5041554Z    Compiling lru v0.16.4
2026-06-21T07:19:48.6039891Z    Compiling serial-windows v0.4.0
2026-06-21T07:19:48.8202301Z    Compiling toml_edit v0.22.27
2026-06-21T07:19:49.0680884Z    Compiling webpki-roots v1.0.7
2026-06-21T07:19:49.1341690Z    Compiling darling_core v0.23.0
2026-06-21T07:19:49.1501002Z    Compiling seize v0.5.1
2026-06-21T07:19:49.1950105Z    Compiling hmac v0.12.1
2026-06-21T07:19:49.2201208Z    Compiling regex-automata v0.4.14
2026-06-21T07:19:49.2444053Z    Compiling serde_bytes v0.11.19
2026-06-21T07:19:49.3882283Z    Compiling iroh v0.98.2
2026-06-21T07:19:49.5839116Z    Compiling cmov v0.5.4
2026-06-21T07:19:49.6623663Z    Compiling pin-utils v0.1.0
2026-06-21T07:19:49.7162770Z    Compiling bitflags v1.3.2
2026-06-21T07:19:49.7879329Z    Compiling anstyle v1.0.14
2026-06-21T07:19:49.8004397Z    Compiling lazy_static v1.5.0
2026-06-21T07:19:49.8373272Z    Compiling dyn-clone v1.0.20
2026-06-21T07:19:49.8479380Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T07:19:49.9369740Z    Compiling utf8parse v0.2.2
2026-06-21T07:19:49.9721341Z    Compiling ctutils v0.4.2
2026-06-21T07:19:49.9985222Z    Compiling shared_library v0.1.9
2026-06-21T07:19:50.0269493Z    Compiling anstyle-parse v1.0.0
2026-06-21T07:19:50.0955998Z    Compiling anstyle-wincon v3.0.11
2026-06-21T07:19:50.1297013Z    Compiling nix v0.25.1
2026-06-21T07:19:50.2996474Z    Compiling papaya v0.2.4
2026-06-21T07:19:50.3249729Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T07:19:50.3836055Z    Compiling hkdf v0.12.4
2026-06-21T07:19:50.3988577Z    Compiling serial v0.4.0
2026-06-21T07:19:50.4355212Z    Compiling filedescriptor v0.8.3
2026-06-21T07:19:50.5569784Z    Compiling backon v1.6.0
2026-06-21T07:19:50.6094030Z    Compiling anstyle-query v1.1.5
2026-06-21T07:19:50.6354288Z    Compiling schemars v1.2.1
2026-06-21T07:19:50.8142989Z    Compiling shell-words v1.1.1
2026-06-21T07:19:50.8436498Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T07:19:50.9704246Z    Compiling foldhash v0.1.5
2026-06-21T07:19:50.9973192Z    Compiling colorchoice v1.0.5
2026-06-21T07:19:50.9987358Z    Compiling downcast-rs v1.2.1
2026-06-21T07:19:51.0960726Z    Compiling instability v0.3.12
2026-06-21T07:19:51.1340668Z    Compiling paste v1.0.15
2026-06-21T07:19:51.1622601Z    Compiling hashbrown v0.15.5
2026-06-21T07:19:51.1746885Z    Compiling portable-pty v0.8.1
2026-06-21T07:19:51.2556897Z    Compiling anstream v1.0.0
2026-06-21T07:19:51.3951992Z    Compiling toml v0.8.23
2026-06-21T07:19:51.5348096Z    Compiling hyper v1.10.1
2026-06-21T07:19:51.9029765Z    Compiling spake2 v0.4.0
2026-06-21T07:19:51.9401731Z    Compiling strum_macros v0.26.4
2026-06-21T07:19:52.0468449Z    Compiling crossterm_winapi v0.9.1
2026-06-21T07:19:52.3608936Z    Compiling regex v1.12.3
2026-06-21T07:19:52.7462690Z    Compiling terminal_size v0.4.4
2026-06-21T07:19:52.7556191Z    Compiling itertools v0.13.0
2026-06-21T07:19:52.7711090Z    Compiling sha1 v0.10.6
2026-06-21T07:19:52.9688340Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T07:19:53.1284028Z    Compiling wmi v0.18.4
2026-06-21T07:19:53.2021594Z    Compiling castaway v0.2.4
2026-06-21T07:19:53.2134723Z    Compiling static_assertions v1.1.0
2026-06-21T07:19:53.3489577Z    Compiling darling_macro v0.23.0
2026-06-21T07:19:53.3717859Z    Compiling unicode-width v0.1.14
2026-06-21T07:19:53.4841539Z    Compiling clap_lex v1.1.0
2026-06-21T07:19:53.8088332Z    Compiling hyper-util v0.1.20
2026-06-21T07:19:53.8998245Z    Compiling doctest-file v1.1.1
2026-06-21T07:19:53.9273652Z    Compiling indoc v2.0.7
2026-06-21T07:19:53.9927259Z    Compiling darling v0.23.0
2026-06-21T07:19:54.1042405Z    Compiling recvmsg v1.0.0
2026-06-21T07:19:54.5223015Z    Compiling strum v0.26.3
2026-06-21T07:19:54.5534245Z    Compiling clap_builder v4.6.0
2026-06-21T07:19:54.7505484Z    Compiling interprocess v2.4.2
2026-06-21T07:19:54.8191188Z    Compiling compact_str v0.8.2
2026-06-21T07:19:55.1169806Z    Compiling unicode-truncate v1.1.0
2026-06-21T07:19:55.1865273Z    Compiling crossterm v0.28.1
2026-06-21T07:19:55.1887290Z    Compiling lru v0.12.5
2026-06-21T07:19:55.3895582Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T07:19:55.4358947Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T07:19:55.8088070Z    Compiling igd-next v0.17.1
2026-06-21T07:19:55.8979222Z    Compiling clap_derive v4.6.1
2026-06-21T07:19:55.9363619Z    Compiling error-code v3.3.2
2026-06-21T07:19:55.9754593Z    Compiling cassowary v0.3.0
2026-06-21T07:19:56.1548883Z    Compiling unicode-width v0.2.0
2026-06-21T07:19:56.5307005Z    Compiling clipboard-win v5.4.1
2026-06-21T07:19:56.6583942Z    Compiling ratatui v0.29.0
2026-06-21T07:19:56.7525231Z    Compiling nucleo-matcher v0.3.1
2026-06-21T07:19:56.9040984Z    Compiling portmapper v0.16.0
2026-06-21T07:19:56.9333466Z    Compiling qrcode v0.14.1
2026-06-21T07:19:57.0764704Z    Compiling tempfile v3.27.0
2026-06-21T07:19:58.1940816Z    Compiling clap v4.6.1
2026-06-21T07:20:10.2159154Z    Compiling rustls-webpki v0.103.13
2026-06-21T07:20:14.1118788Z    Compiling tokio-rustls v0.26.4
2026-06-21T07:20:14.1119130Z    Compiling noq-proto v0.17.0
2026-06-21T07:20:14.1119446Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T07:20:14.3047711Z    Compiling hyper-rustls v0.27.9
2026-06-21T07:20:14.3048164Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T07:20:14.3048538Z    Compiling tokio-websockets v0.13.2
2026-06-21T07:20:14.5152904Z    Compiling reqwest v0.13.4
2026-06-21T07:20:15.5790583Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T07:20:34.3800457Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T07:20:35.9039634Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T07:20:45.6412876Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T07:20:52.6399293Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 34s
2026-06-21T07:20:52.6615844Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T07:20:52.7103866Z 
2026-06-21T07:20:52.7104165Z running 1 test
2026-06-21T07:21:00.8979823Z test new_brain_serves_against_old_broker ... ok
2026-06-21T07:21:00.8980155Z 
2026-06-21T07:21:00.8980483Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.19s
2026-06-21T07:21:00.8980897Z 
